projects
/
pyside6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b90487d
)
Stop suppressing build failure
author
Stuart Prescott
<stuart@debian.org>
Sat, 13 Jan 2024 13:24:59 +0000
(
00:24
+1100)
committer
Stuart Prescott
<stuart@debian.org>
Sat, 13 Jan 2024 13:24:59 +0000
(
00:24
+1100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 9bcd380f0d462b4e70ed33d747c418365c5c3bf3..73750296603adfb26c31404cdfdfdec535234025 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-34,9
+34,8
@@
export PYTHONPATH = $(_BUILDDIR)/sources
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild --no-parallel
-# FIXME ignore build failure and attempt to continue
override_dh_auto_build:
- dh_auto_build --buildsystem=cmake --builddirectory=$(_BUILDDIR) -- -j1
|| true
+ dh_auto_build --buildsystem=cmake --builddirectory=$(_BUILDDIR) -- -j1
execute_after_dh_auto_install:
# Obtain a list of files built to make it easier to update *.install files.